home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 11 / PC World Interactive 11.iso / share / multimed / cdmax153 / CDmax.exe / 0 / RCDATA / TFRMTCP / TFRMTCP.txt
Text File  |  1998-06-12  |  1KB  |  57 lines

  1. object frmTcp: TfrmTcp
  2.   Left = 341
  3.   Top = 247
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Retrieve from CDDB'
  7.   ClientHeight = 57
  8.   ClientWidth = 305
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object lblMessage: TLabel
  19.     Left = 7
  20.     Top = 16
  21.     Width = 210
  22.     Height = 13
  23.     Alignment = taCenter
  24.     AutoSize = False
  25.     Caption = 'Connecting...'
  26.   end
  27.   object btnCancel: TButton
  28.     Left = 223
  29.     Top = 16
  30.     Width = 75
  31.     Height = 25
  32.     Caption = 'Cancel'
  33.     TabOrder = 0
  34.     OnClick = btnCancelClick
  35.   end
  36.   object inoTcp: TIniOut
  37.     Items.Strings = (
  38.       'frmTcp;Left;0;Software\Tisdale\CDmax\frmTcp;Left;1;0'
  39.       'frmTcp;Top;0;Software\Tisdale\CDmax\frmTcp;Top;1;0')
  40.     RegistryRoot = CURRENT_USER
  41.     Left = 39
  42.     Top = 25
  43.   end
  44.   object clsTcp: TClientSocket
  45.     Active = False
  46.     ClientType = ctNonBlocking
  47.     Port = 0
  48.     OnConnecting = clsTcpConnecting
  49.     OnConnect = clsTcpConnect
  50.     OnDisconnect = clsTcpDisconnect
  51.     OnRead = clsTcpRead
  52.     OnError = clsTcpError
  53.     Left = 8
  54.     Top = 24
  55.   end
  56. end
  57.